home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 August (Alt) / CHIP 2005-08.1.iso / program / shareware / Flash_Oyunlar.exe / bumperball.swf / scripts / frame_6 / DoAction.as
Encoding:
Text File  |  2005-07-13  |  275 b   |  13 lines

  1. if(htmlCheck == 548132833024)
  2. {
  3.    statusText = "SWF IS ON BUMPERBALL.DK & HTML IS OK";
  4.    gotoAndStop("playGame");
  5.    play();
  6. }
  7. else
  8. {
  9.    statusText = "SWF IS ON BUMPERBALL.DK BUT HTML IS NOT OK";
  10.    getUrl("http://bumperball.dk", "_self");
  11.    gotoAndStop(1);
  12. }
  13.